.text-xl {
    font-size: large;
}

.text-xxl {
    font-size: 1.21em !important;
}

.service-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.service-image {
    margin: auto;
    padding: 1rem;
    max-width: 400px;
    max-height: 400px;
    aspect-ratio: 1;
}

.service-img {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    border-radius: 1rem;
}

.key-services {
    list-style-type: disc;
}

.font-bold {
    font-weight: 500;
}